-
Re: Donate to TypeDrawers 2020 Edition
I've just donated. TypeDrawers is not only very useful for font designers, but also for developers to make better font software, so keep up the good work!1 -
Re: Precomposed fractions — waste of time and space?
Ray Larabie said: The web page contains this:<div>.font--headline{font-family:Postona,BodoniSvtyTwoITCTT-Book,georgia,serif;line-height:1.1}<br></div> My Windows system has Georgia …1 -
Re: Precomposed fractions — waste of time and space?
Nothing wrong with trying to minimize file size, as long as you include all characters your customers use. If a web page contains characters that are not within the font, a fallback font will be used…3 -
Re: Coding: Deactivating ligatures in the superscript feature
They mean the AFDKO, as layout engines should not reorder. FontCreator automatically re-orders ligatures if needed. Also note that the order of features is not significant, but the order of lookups. …2 -
Re: Combining marks advance width
Marks are usually non-spacing (zero advance width), as they just belong to the base character without changing the space occupied by the combination. This article about how to go beyond precomposed c…1